Đăng nhập Đăng ký

pattern match nghĩa là gì

phát âm:
"pattern match" câu
Bản dịchĐiện thoại
  • Từ điển kỹ thuật
    Lĩnh vực: toán & tin
    • so khớp mẫu
    • so sánh mẫu
  • pattern     ['pætən] danh từ kiểu mẫu, gương mẫu a pattern of virtues một...
  • match     [mætʃ] danh từ diêm ngòi (châm súng hoả mai...) danh từ...
Câu ví dụ
  • This function performs a pattern match of expr against pattern.
    Hàm này thực hiện một so khớp mẫu (pattern match) của expr với pattern.
  • The antigen pattern match is different for each type of transplant.
    Sự phù hợp với mẫu kháng nguyên là khác nhau đối với từng loại cấy ghép.
  • Now that we know how to pattern match against lists, let’s make our own implementation of the head function.
    Bây giờ khi đã biết cách khớp mẫu với danh sách, ta hãy tự lập lấy hàm head.
  • As you can see, we can pattern match on types defined with newtype.
    Bạn thấy đấy, ta có thể khớp mẫu với các kiểu dữ liệu được định nghĩa bằng newtype.
  • When a pattern match fails in do notation, a Left value is used to signify this failure.
    Khi việc khớp mẫu thất bại trong khối lệnh do, thì một giá trị Left được dùng để chỉ sự thất bại này.
  • We'll use pattern matching to get the top items of a stack and to pattern match against operators like "*" and "-".
    Ta sẽ dùng khớp mẫu để lấy những phần tử trên cùng khỏi ngăn xếp và khớp mẫu với những toán tử như "*" và "-".
  • With the logarithm operator, we just pattern match against a single element and the rest of the stack because we only need one element to perform its natural logarithm.
    Với phép tính logarit, ta chỉ việc khớp mẫu với một phần tử và phần còn lại của ngăn xếp vì ta chỉ cần một phần tử để tính logarit tự nhiên.
  • Also notice that we pattern match in the do expression, so if the list has more than one value or none at all, the pattern match fails and a Nothing is produced.
    Cũng lưu ý rằng ta khớp mẫu trong biểu thức do, vì vậy nếu danh sách có nhiều giá trị hoặc không có giá trị nào, thì việc khớp mẫu sẽ thất bại và tạo ra một giá trị Nothing.
  • Also notice that we pattern match in the do expression, so if the list has more than one value or none at all, the pattern match fails and a Nothing is produced.
    Cũng lưu ý rằng ta khớp mẫu trong biểu thức do, vì vậy nếu danh sách có nhiều giá trị hoặc không có giá trị nào, thì việc khớp mẫu sẽ thất bại và tạo ra một giá trị Nothing.
  • We also defined the fail function, which is the same as it is for lists, so if there's a pattern match failure in a do expression, a failure occurs within the context of a probability list.
    Ta cũng đã định nghĩa hàm fail, vốn giống như ở trường hợp danh sách, vì vậy nếu có một thất bại trong việc khớp mẫu ở một biểu thức do, thì sẽ có thất bại xảy ra trong ngữ cảnh của danh sách xác suất.